Welcome![Sign In][Sign Up]
Location:
Search - h264 decoder

Search list

[Windows Developh264dec

Description: h264的解码源程序,h264文件解码成yuv视频序列-h264 decoder,decode the h264 file to yuv video series
Platform: | Size: 153600 | Author: 刘语 | Hits:

[Streaming Mpeg4H264软件解码器的优化

Description: 是一篇关于H.264软件解码器的优化的文章-is one of the H.264 software decoder optimized article
Platform: | Size: 145408 | Author: 毕松林 | Hits:

[Streaming Mpeg4h264.tar

Description: 开放源代码的一个最小化H.264解码器,Minimal H.264 decoder by Martin Fiedler-open source a minimum H.264 codec, H.264 decoder Minimal by Martin Fiedler
Platform: | Size: 31744 | Author: yangtm | Hits:

[Streaming Mpeg4h264_dec

Description: Intel 的H264譯碼器,速度很快需要IPP庫支持-Intel H264 decoder, very fast need the support of IPP
Platform: | Size: 193536 | Author: stray109 | Hits:

[Streaming Mpeg4H264Decoder

Description: 视频编码标准H264解码器源代码 视频编码标准H264解码器源代码-video coding standard H264 decoder source code H264 video coding standard decoder source code
Platform: | Size: 2944000 | Author: li | Hits:

[mpeg mp3ffmpeg(vc)

Description: 一个从FFMPEG中提取出来的VC工程下的H264 decoder,可以正常解码-FFmpeg extract from a VC works out under the H264 decoder, decoding can be normal
Platform: | Size: 262144 | Author: douchengquan | Hits:

[DirextXSource+Code

Description: H264 decoder 一款H264的解码器-H264 decoder a decoder H264
Platform: | Size: 538624 | Author: qinbaoan | Hits:

[JSP/Javah264

Description: decode the h264 video
Platform: | Size: 717824 | Author: Jackson Lin | Hits:

[Streaming Mpeg4H264-decode-design-improvement

Description: 本文首先简要介绍国内外H264编码与解码系 统的研究进展情况;然后详细阐述H264解码器的设计及其优化实现;最后给出测试结果。-The paper first briefly introduce domestic and foreign H264 encoding and decoding system progress then elaborated H264 decoder realize the design and optimization Finally, test results.
Platform: | Size: 294912 | Author: 李峥 | Hits:

[Compress-Decompress algrithmsH264

Description: This document aims to provide instructions on how to configure the H.264/AVC encoder and decoder using the different command line options. Also, sample command line parameters are included for reference
Platform: | Size: 394240 | Author: tsincons | Hits:

[Multimedia programmtv

Description:  Designed and Optimized H264 Decoder on ARM9 and ARM11 (25 optimized).  Designed and Optimized H263/MPEG4 Decoder on Freescale SC3400 QuadCore platform (18 optimized).  Designed and Optimized MPEG4 Encoder and improved video quality by changing bitrate algorithm on Freescale StarCore QuadCore platform and ARM11 processors (25 optimized).  Designed and Optimized RealVideo Decoder for ARM11 processor (20 optimized).  Worked on porting of various codecs on ARM processors - Designed and Optimized H264 Decoder on ARM9 and ARM11 (25 optimized).  Designed and Optimized H263/MPEG4 Decoder on Freescale SC3400 QuadCore platform (18 optimized).  Designed and Optimized MPEG4 Encoder and improved video quality by changing bitrate algorithm on Freescale StarCore QuadCore platform and ARM11 processors (25 optimized).  Designed and Optimized RealVideo Decoder for ARM11 processor (20 optimized).  Worked on porting of various codecs on ARM processors
Platform: | Size: 22528 | Author: satya | Hits:

[Multimedia Develophax264src_2003

Description: H264 decoder 一款H264的解码器-H264 decoder
Platform: | Size: 4732928 | Author: Richard | Hits:

[DSP programh264.tar

Description: h264解码器,包含详细的结构介绍,详细介绍了使用配置和端口说明-h264 decoder, the structure contains a detailed introduction, detailed description of the use of configuration and port
Platform: | Size: 806912 | Author: nickye | Hits:

[Video CaptureH264Decoder

Description: This 1st application for H264-decoder-This is 1st application for H264-decoder
Platform: | Size: 1576960 | Author: Bond | Hits:

[Streaming Mpeg4H264Android_code

Description: H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送的数据太多,底层可能会一次解码出好几帧视频,但是通知到界面层只能显示一帧,造成丢帧的现象。 如果每次送的数据较少,就会有很多次底层调用没有进行实质解码,很小气的做法,比如有一压缩数据帧需要600字节,如果一次送100个字节给解码器,那么要送6次才会进行实质解码,因为每个数据帧有大有小,所以只能取极小值才不会导致丢帧。 不过所有的编码解码都是各种因素平衡折中的结果,具体用什么方法具体分析。 注意解码库写死了视频大小240x320,其他视频大小要简单修改一下底层的代码。-H264 decoder source code, porting ffmpeg s H264 decoding to Android, the depth of cut optimization, in the simulator (320x480) in the validation passed.
Platform: | Size: 650240 | Author: caoliang | Hits:

[Multimedia DevelopH264Decoder_vc6

Description: H264解码器源码,移植ffmpeg中的H264解码部分到windows,深度删减优化,在VC6中验证通过。-H264 decoder source code, porting ffmpeg s H264 decoding to the windows, the depth of cut optimization, in VC6 verify pass.
Platform: | Size: 59392 | Author: caoliang | Hits:

[Streaming Mpeg4H264-OPhone

Description: 流媒体程序开发之:H264解码器移植到OPhone:并写一个测试程序(OPhoneSDK+Java)测试解码库是否正常运行,此方法也可用在android手机上。-Program development of streaming media: H264 decoder ported to OPhone: and write a test program (OPhoneSDK+ Java) test whether the normal operation of the decoder library, this method can also be used in the android phone.
Platform: | Size: 268288 | Author: u1001234 | Hits:

[Multimedia DevelopH264 decoder

Description: H264 decoder vc H264 decoder vc H264 decoder vc H264 decoder vc
Platform: | Size: 317986 | Author: liuping36131997 | Hits:

[OtherDecoder

Description: 基于bradway的纯javascript,h264解码器。(javascript h264 decoder based on brodway)
Platform: | Size: 77824 | Author: 小明咯咯哒 | Hits:

[Compress-Decompress algrithmsHi_H.264_DEC_SDK_V2.2.8.0

Description: 基于Linux开发的Hi3516A视频H264解码播放原厂SDK开发包(Linux based Hi3516A video H264 decoder, play the original SDK development kit)
Platform: | Size: 1043456 | Author: congchenglu | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net